Inst. fuer Rechnerentwurf und Fehlertoleranz * E-Mail: arnold@ira.uka.de
Postfach 69 80 *
W-7500 Karlsruhe 1 Germany *
---------------------------
From: agoates@nyx.cs.du.edu (Alan Goates)
Subject: Best text compression?
Organization: University of Denver, Dept. of Math & Comp. Sci.
Date: Thu, 3 Sep 92 21:45:18 GMT
First, thanks to everyone who answered my Notification Manager question.
(I didn't have the latest tech notes yet)
Second, does anyone know what the best published (Public Domain) algorithm is
for compressing text. And does anyone know where I could get my hands on examplesource code for said algorithm (The only one I've seen is Lempel-Ziv).
Thanks in advance,
AL
+++++++++++++++++++++++++++
From: anderson@Apple.COM (Clark Anderson)
Date: 4 Sep 92 03:54:08 GMT
Organization: Apple Computer Inc., Cupertino, CA
agoates@nyx.cs.du.edu (Alan Goates) writes:
>First, thanks to everyone who answered my Notification Manager question.
>(I didn't have the latest tech notes yet)
>Second, does anyone know what the best published (Public Domain) algorithm is
>for compressing text. And does anyone know where I could get my hands on examplesource code for said algorithm (The only one I've seen is Lempel-Ziv).
>Thanks in advance,
> AL
I have gotten pretty good compression on text using
a Huffman algorithm. It's pretty easy to implement,